home *** CD-ROM | disk | FTP | other *** search
- //------ 1928 Mercedes-Benz SS 38/250 tourer Miller 8/22/92
-
-
-
- #include "colors.inc"
- #include "shapes.inc"
- #include "shapes2.inc"
- #include "textures.inc"
- #include "carcolor.inc"
- #include "hood.inc"
- #include "cab.inc"
- #include "cover.inc"
- #include "top.inc"
- #include "tire.inc"
- #include "trunk.inc"
- #include "grill.inc"
- #include "logo.inc"
- #include "lights.inc"
- #include "mess.inc"
- #include "glass.inc"
- #include "pipe.inc"
- #include "fender.inc"
- #include "bframe.inc"
- #include "skirt.inc"
- #include "seat.inc"
- #include "box.inc"
- #include "bottle.inc"
- #include "floor.inc"
-
-
-
- camera {
- location <5 260 -760>
- direction <0 0 4>
- up <0 1 0>
- right <1.3 0 0>
- look_at <5 50 0>
- }
-
-
- object { light_source { <500 1000 -3660 > color White }}
- object { light_source { <1100 370 -1000 > color White }}
- object { light_source { <-4000 7770 -30 > color White }}
- object { light_source { <-2000 30 -5000 > color Gold }}
-
-
- //*******************************************************
-
-
- #declare Car =
- composite {
-
- composite { HoodJoints }
- object { Cab }
- object { Cover }
- object { Hood }
- object { Nose }
- composite { Grill }
- object { Mess translate <.1 0 0> }
- object { Logo translate <77 65.7 0> }
- object { Trunk }
- object { GasCap }
- composite { Tire rotate <90 0 0> rotate <0 0 19.5> translate <-94 57 0> }
- composite { Tire translate <82 23 -42> }
- composite { Tire translate <82 23 42> }
- composite { Tire translate <-80 23 -42> }
- composite { Tire translate <-80 23 42> }
- composite { HeadLights rotate <0 -90 0> translate <88 36.5 0>}
- composite { Pipe translate <19.5 48 -17.5> }
- composite { Pipe translate <33.5 48 -17.5> }
- composite { Pipe translate <47.5 48 -17.5> }
- composite { WindShield }
- composite { Fender rotate <0 -90 0> translate <110 25.5 0> }
- composite { Fender rotate <0 90 0> translate <-120 25.5 0> }
- object { BodyFrame }
- composite { Skirt }
- object { Seat rotate <0 90 0> translate <-62.5 41.5 0> }
-
- bounded_by {
- box { UnitBox scale <130 60 60> translate <-5 55 0> }
- }
- }
-
-
- composite { Car rotate <0 45 0> }
-
-
-
-
- //------ Stage
- //**********************************************************
-
-
-
- //------ World
- object {
- sphere { <0 0 0> 200000 inverse}
- texture {
- color Black
- ambient 1
- diffuse .1
- }
- }
-
- object { Floor }
-
-
-
- //---Ground
- object {
- plane { <0 1 0> -1 }
- texture {
- color DimGray
- ambient .1
- diffuse .4
- reflection .38
- }
- }
-
- //---Sky
- object {
- plane { <0 1 0> 10000 }
- texture {
- color Blue
- ambient .1
- }
- }
-
- fog { 10000 color Black }
-
-
- composite { Box scale <.85 .85 .85> rotate <0 -30 0> translate <60 55.25 300> }
- composite { Bottle scale <1.4 1.4 1.4> rotate <0 30 0> translate <-70 0 -80> }
- composite { BrushLid scale <1.4 1.4 1.4> rotate <0 70 0> translate <-30 0 -90> }
-
-
-
-
-
-
-
-
-
- ə